Posts

Post not yet marked as solved
3 Replies
This seems to be fixed in 14.3
Post not yet marked as solved
14 Replies
Any updates? I'm also trying to create collaborative session, but it doesn't work. I assume the problem is that synchronization component of all entities is always nil. Even if you try to set it explicitly, it will still be nil.dump(entity.synchronization) // nil entity.synchronization = SynchronizationComponent() dump(entity.synchronization) // nil